From ff49649302a665d46384cec8bc2d0bcfe92b2b26 Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Sun, 25 Aug 2013 18:27:44 +0000 Subject: [PATCH] Actually use autoheader to generate config.h.in instead of manual a manual edit. It looks like this hasn't been done for a while. --- gpsbabel/config.h.in | 71 ++++++++++++++++++++++++++++++++++++-------- 1 file changed, 58 insertions(+), 13 deletions(-) diff --git a/gpsbabel/config.h.in b/gpsbabel/config.h.in index 4288c9467..46393027c 100644 --- a/gpsbabel/config.h.in +++ b/gpsbabel/config.h.in @@ -1,5 +1,8 @@ /* config.h.in. Generated from configure.in by autoheader. */ +/* Define if building universal (internal helper macro) */ +#undef AC_APPLE_UNIVERSAL_BUILD + /* 0 for most-used character sets */ #undef CET_WANTED @@ -9,39 +12,69 @@ /* 1 to enable all the filters. */ #undef FILTERS_ENABLED +/* Define to 1 if you have the `glob' function. */ +#undef HAVE_GLOB + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + /* Define to 1 if you have the `m' library (-lm). */ #undef HAVE_LIBM /* Defined if you have libusb */ #undef HAVE_LIBUSB -/* Defined if you have Linux HID interface */ -#undef HAVE_LINUX_HID - /* Define to 1 if you have the `z' library (-lz). */ #undef HAVE_LIBZ +/* Defined if you have Linux HID */ +#undef HAVE_LINUX_HID + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + /* Define to 1 if you have the `nanosleep' function. */ #undef HAVE_NANOSLEEP /* Define to 1 if you have the `sleep' function. */ #undef HAVE_SLEEP -/* Define to 1 if you have the `glob' function. */ -#undef HAVE_GLOB +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H /* Define to 1 if you have the `uname' function. */ #undef HAVE_UNAME +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + /* Define if we have va_copy */ #undef HAVE_VA_COPY -/* Define if we have __va_copy */ -#undef HAVE___VA_COPY - /* Define as 1 if your va_list type is an array */ #undef HAVE_VA_LIST_AS_ARRAY +/* Defined if you have Windows DDK */ +#undef HAVE_WDK + +/* Define if we have __va_copy */ +#undef HAVE___VA_COPY + /* 1 to enable as many formats as possible */ #undef MAXIMAL_ENABLED @@ -60,6 +93,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -69,11 +105,20 @@ /* 1 to enable shapefile support */ #undef SHAPELIB_ENABLED -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#if defined AC_APPLE_UNIVERSAL_BUILD +# if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +# endif +#else +# ifndef WORDS_BIGENDIAN +# undef WORDS_BIGENDIAN +# endif +#endif /* 1 to inhibit our use of zlib. */ #undef ZLIB_INHIBITED - -#undef HAVE_WDK -- 2.30.2